home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / gpp-1_42.lha / g++-1.42.0 / ccrt0.c < prev    next >
C/C++ Source or Header  |  1991-10-19  |  1KB  |  35 lines

  1. /* Startup code needed by GCC C++ output code.  */
  2. /* Compile this file with gcc (-fno-pic).  */
  3. /* Copyright (C) 1991 Free Software Foundation, Inc.
  4.  
  5. This file is part of GNU CC.
  6.  
  7. GNU CC is free software; you can redistribute it and/or modify
  8. it under the terms of the GNU General Public License as published by
  9. the Free Software Foundation; either version 2, or (at your option)
  10. any later version.
  11.  
  12. GNU CC is distributed in the hope that it will be useful,
  13. but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15. GNU General Public License for more details.
  16.  
  17. You should have received a copy of the GNU General Public License
  18. along with GNU CC; see the file COPYING.  If not, write to
  19. the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
  20.  
  21. /* As a special exception, if you link this file with files
  22.    compiled with GCC to produce an executable, this does not cause
  23.    the resulting executable to be covered by the GNU General Public License.
  24.    This exception does not however invalidate any other reasons why
  25.    the executable file might be covered by the GNU General Public License.  */
  26.  
  27. /*  ccrt0.c:     Runtime initialization/finalization for static data
  28.  */
  29.  
  30. static char * rcsId = "$Id: ccrt0.c,v 1.1 1991/09/21 02:43:38 hgs Exp $";
  31.  
  32. #include "init_main.c"  /* That's right, .c */
  33. #include "init.c" 
  34. #include "init_libs.c"
  35.